const net/http.http2stateClosed
9 uses
net/http (current package)
h2_bundle.go#L3411: http2stateClosed
h2_bundle.go#L3419: http2stateClosed: "Closed",
h2_bundle.go#L4557: return http2stateClosed, nil
h2_bundle.go#L4561: return http2stateClosed, nil
h2_bundle.go#L5055: if state, _ := sc.state(wr.StreamID()); state == http2stateClosed && !isReset {
h2_bundle.go#L5110: case http2stateClosed:
h2_bundle.go#L5501: if st.state == http2stateIdle || st.state == http2stateClosed {
h2_bundle.go#L5504: st.state = http2stateClosed
h2_bundle.go#L6327: if st.state != http2stateHalfClosedRemote && st.state != http2stateClosed {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |